fmt.fmtFlags.minus (field)
9 uses
fmt (current package)
format.go#L26: minus bool
format.go#L96: if !f.minus {
format.go#L114: if !f.minus {
format.go#L400: if f.widPresent && f.wid > width && !f.minus {
format.go#L429: if f.widPresent && f.wid > width && f.minus {
print.go#L191: return p.fmt.minus
print.go#L1053: p.fmt.zero = !p.fmt.minus // Only allow zero padding to the left.
print.go#L1057: p.fmt.minus = true
print.go#L1103: p.fmt.minus = true
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |